rules: ask cargo to build verbosely
authorLuca Bruno <lucab@debian.org>
Sun, 14 Feb 2016 15:10:23 +0000 (16:10 +0100)
committerLuca Bruno <lucab@debian.org>
Sun, 14 Feb 2016 15:11:31 +0000 (16:11 +0100)
debian/rules

index 2888835cf36186932802c2fdd9bd445fb13bd309..dcc5fc5b36e2e8cdc79dd4d8494810b341404173 100755 (executable)
@@ -12,6 +12,8 @@ DEB_TARGET_RUST_TYPE := $(call rust_cpu,$(DEB_TARGET_GNU_CPU))-unknown-$(DEB_TAR
 
 # Cargo looks for config in and writes cache to $CARGO_HOME/
 export CARGO_HOME = $(CURDIR)/.cargohome
+# Ask cargo to be verbose when building
+export VERBOSE = 1
 
 DEB_DESTDIR := $(CURDIR)/debian/tmp
 VENDORDIR := $(CURDIR)/vendor